home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / biz / swood / fw_font_.lha / FW_Font-e / FontCode.fw.long < prev    next >
Text File  |  1996-09-10  |  202b  |  7 lines

  1. /* ASCII-Code Macro for Finalwriter/FinalCopy II
  2.    © Heiko Schröder (Age Ass) - 96/09/10 - V1.05 */
  3. options results
  4. RequestText '"Sign-Output" "The code:" ""'
  5. a=Result
  6. if a>16 & a<256 then Type d2c(a)
  7.